home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / dsm10.zip / DSM.DOC < prev    next >
Text File  |  1993-01-02  |  5KB  |  121 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                                DSM (c)1993
  8.                         TES Software - Alan Bennett
  9.  
  10.                 For use with Wildcat 3.x or PCBoard 14.xx+
  11.  
  12.                            ALL RIGHTS RESERVED
  13.  
  14.  
  15.                            Terminal Entry BBS
  16.                         (919)895-0368  Dual HST
  17.                          Call for latest updates!
  18.  
  19.  
  20.  
  21. -------------------------------------------------------------------------------
  22. Introduction
  23. -------------------------------------------------------------------------------
  24. ■ This program creates a menu listing of available doors, tracks door usage
  25.        and who used the door last at what date and time.
  26.  
  27. ■ It could also be used for anyone who don't want to draw door menus.
  28.  
  29.  
  30. -------------------------------------------------------------------------------
  31. Installing|Operating
  32. -------------------------------------------------------------------------------
  33. ■ If you are using Wildcat v3+ simply edit the configuration file DSM.CFG.
  34. ■ If you are using PCBoard, copy DSM.PCB to DSM.CFG and then
  35.        edit.
  36.  
  37. Step #1:  Edit the configuration file to meet your needs.  A sample
  38.                configuration file is included in this ZIP.
  39.  
  40. WC3                              Line #1  - WC3 for Wildcat : PCB for PCBoard
  41. C:\WC30\DOORS\DOORS.BBS          Line #2  - Full path/name to DOORS MENU
  42. @0E@                             Line #3  - Color of Registered Name
  43. @1F@                             Line #4  - Color of Frame
  44. @19@                             Line #5  - Color of Door Number Heading
  45. @1B@                             Line #6  - Color of Door Description Heading
  46. @1A@                             Line #7  - Color of Last User Heading
  47. @1E@                             Line #8  - Color of Popularity Heading
  48. @1D@                             Line #9  - Color of Last Accessed Heading
  49. @09@                             Line #10 - Color of Door Number
  50. @0B@                             Line #11 - Color of Door Description
  51. @0A@                             Line #12 - Color of Last User
  52. @0E@                             Line #13 - Color of Popularity
  53. @0C@                             Line #14 - Color of Last Time Accessed
  54. @0D@                             Line #15 - Color of Last Date Accessed
  55.  
  56. Step #2:  Run SETUP to create the DataBase and Enter/Edit the Door
  57.              Descriptions.
  58.  
  59. Step #3:  Edit door script files to include the door number and description.
  60.  
  61.   @ECHO OFF
  62.   DSM 1 C:\WC30\DSM C:\WC30\WCWORK\NODE1\USERINFO.DAT
  63.   CD\WC30\DOORS\TW
  64.   TW TW.CFG
  65.  
  66.  
  67. The "1" is the door number being run.
  68. The "C:\WC30\DSM" is the path to the DSM files
  69. The "C:\WC30\WCWORK\NODE1\USERINFO.DAT" is the path to the callers file
  70.  
  71.  
  72. WILDCAT 3.0 needs to use USERINFO.DAT
  73. PCBOARD 14.x needs to use PCBOARD.SYS
  74.  
  75.  
  76. -------------------------------------------------------------------------------
  77. Program Capabilities
  78. -------------------------------------------------------------------------------
  79. ■ You can have 9999 doors per data file.
  80. ■ Supports full file sharing on networks and multi-tasking environments.
  81. ■ To reset the Stats for ALL doors in the DataBase, simply type:
  82.      C>SETUP reset
  83.  
  84. -------------------------------------------------------------------------------
  85. Support
  86. -------------------------------------------------------------------------------
  87. If you have any questions, bugs, or suggestions, please contact me via E-Mail
  88. on Terminal Entry BBS (919)895-0368 Dual HST, or write to:
  89.  
  90.                                        TES Software
  91.                                        Alan Bennett
  92.                                        407 Airport Road
  93.                                        Rockingham, NC  28379
  94.  
  95.  
  96. -------------------------------------------------------------------------------
  97. ShareWare
  98. -------------------------------------------------------------------------------
  99. Since this is user supported software, I don't expect you to register if
  100. you don't like it or if it doesn't meet your needs.  Just stop using it
  101. after a reasonable trial period (2-3 weeks).  If you like the program and
  102. use it regularly, please register it.  Registration only costs $5.00 and
  103. and all future upgrades are free. Please mail your registration to the
  104. above address.
  105.  
  106. When you register, you will receive a Registered KEY file that will let you
  107. personalized your copy of DSM.  This Registered KEY will register all
  108. future versions for you
  109.  
  110.  
  111. -------------------------------------------------------------------------------
  112. Disclaimer
  113. -------------------------------------------------------------------------------
  114. This program is provided on an "AS IS" basis.  No warranty of any kind is
  115. expressed or implied.  YOU USE THIS PROGRAM AT YOUR OWN RISK.  I take no
  116. responsibility for any damage caused directly or indirectly from the use
  117. or the inability to use this program.
  118.  
  119.  
  120. <EOF>
  121.